home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #59 (1991-08-09)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #59 (1991-08-09)(Amiga User Gruppe Einzugsgebiet 4000).adf / PaCopy / PacManCopy.Doc < prev    next >
Text File  |  1991-08-11  |  4KB  |  88 lines

  1.         RATTLECOPY-GAME MANUAL
  2.  
  3.  **************************************************************************
  4.  * COPY * MODE: *    * VERIFY: *    * FORMAT: *      * TIME *   MESSAGE   *
  5.  **************************************************************************
  6.  *SRC:*    *                                  *                   *  POS  *
  7.  ***********                                  *                   *********
  8.  *DST:*    *                                  *                   *RANGE: *
  9.  ***********                                  *                   *********
  10.       *    *            TRACKMAP              *                   * START *
  11.       ******                                  *                   *********
  12.       *    *                                  *                   *  END  *
  13.       ******                                  *                   *********
  14.       *    *                                  *                   *  ALL  *
  15.       *****************************************                   *********
  16.  
  17. "COPY"        This gadget starts the copy.
  18.         It can show 3 lines:
  19.     COPY    will start a disk-to-disk copy AND copies the data
  20.         in RAM.
  21.         If you have a memory-expansion:
  22.     READ    reads the complete source-disk in RAM without
  23.         crunching.
  24.     WRITE    writes the data in RAM to the destination-disks.
  25.         Here are some times:
  26.         Src Dst            Verify
  27.         1   1   2   3   4  Off    On
  28.         *                  0:35   0:35
  29.         *   *              1:09   1:45
  30.         *   *   *          1:09   2:23
  31.         *   *   *   *      1:09   3:01
  32.             *              0:34   1:09
  33.             *   *          0:34   1:47
  34.             *   *   *      0:34   2:25
  35.             *   *   *   *  0:34   3:03
  36.                   
  37. MODE:        This gadget selects the copy-type:
  38.     USED    will copy used tracks, and formats empty tracks.
  39.         When the copy starts, RattleCopy will search for a RattleMap.
  40.         This is an alternative BitMap that RattleCopy saves in the
  41.         gap of track 0 after a RattleCopy.
  42.         When it has found the map, it copies the used tracks.
  43.         When it didn't find the map, it scannes the disk and copies
  44.         the used tracks. 
  45.         Not-used tracks are recognized when they are filled with
  46.         zero's, "DOS", "[X]COPY", or other kinds of fill-up data.
  47.     BAM    copies the tracks allocated in the BitMap and
  48.         formats the other tracks.
  49.         If the source-disk is not a DOS disk, RattleCopy jumps automaticly
  50.         to "USED".
  51.     RANGE    will copy all tracks from start-position till
  52.         end-position.   
  53.  
  54. VERIFY        This selects if the copied tracks will be verified.
  55.  
  56. FORMAT        This gadget selects the format-type:
  57.     OFF    will skip the tracks.
  58.     FAST    formats without verify.
  59.     VERIFY    formats with verify.
  60.         The tracks will be filled with zeros.
  61.  
  62. "TIME"        This is the clock, it shows the time that you're using
  63.         RattleCopy and how long a copy takes. (Switch between times
  64.         by clicking it.)
  65.  
  66. "MESSAGE"    This is the information-gadget, errors or other important
  67.         things will be reported here.
  68.  
  69. "START"        This is the start track and head for the copy.
  70.  
  71. "END"        This is the end track and head for the copy.
  72.  
  73. "POS"        This is the track and head position under the pointer.
  74.  
  75. ALL        This sets the standard range.
  76.         An AmigaDOS copy skips track 80-85.
  77.  
  78. SRC:        This is the source-drive, a source-disk will be recognized
  79.         if the write-protection is on.
  80.  
  81. DST:        These are the destination-drives, a destination-disk will be
  82.         recognized when the write-protection is off.
  83.  
  84. "TRACKMAP"    Here you can set the range:   Place the pointer on the
  85.         wanted start-track, press left-button AND hold it down, place
  86.         the pointer on the wanted end-track and free the left-button.
  87.  
  88.